home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 2003 September
/
PC Answers September 2003.iso
/
Software
/
freeware
/
pixeltoolbox
/
Setup.exe
/
Main
/
PixelToolbox.exe
/
PixelToolbox.dxr
/
Scripts_7_simple hold script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-06-08
|
408 b
|
24 lines
on exitFrame
go(the frame)
end
on keyUp me
if the controlDown then
if the key = "q" then
sendSprite(239, #quitPixelToolbox)
else
if the key = "m" then
appMinimize()
else
if the key = "h" then
launchGuide()
end if
end if
end if
else
if the key = numToChar(13) then
sendSprite(73, #startNewProject)
end if
end if
end